←Select platform

Remove Method

Summary

Removes the specified synchronization object.

Syntax

C#
VB
C++
public override bool Remove( 
   MedicalViewerSynchronizationObject item 
) 
  
Public Overrides Function Remove( _ 
   ByVal item As MedicalViewerSynchronizationObject _ 
) As Boolean 
             
            public: 
bool Remove(  
   _MedicalViewerSynchronizationObject^_ item 
) override  
             

Parameters

item
object to remove.

Return Value

true if the synchronization object was removed successfully; otherwise, false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly